To overlay text onto images with suffix mapping, there is a preference window to control default text overlays for each image type. NOTE: These text overlays will be applied to every image of the specified type that PictServerPro converts.
The other method of overlaying text is used when sending HTML forms. This method is used on an image by image basis. To overlay text via an HTML form, there are 14 fields that can be filled in and passed to the ACGI to control the text being overlaid.
OLText | Text to overlay on the resulting image | Place a ^ in text where CR's are needed. (We will remove this kludge in upcoming version) |
OLFont | The name of the font to use when overlaying text | |
OLSize | The size of the text to use when overlaying text | |
OLMode | The method to use when overlaying text | 1 - 8 (See GetImage.html for descriptions) |
OLBold | Flag for making text bold when overlaying | 0 - 1 |
OLItalic | Flag for making text italic when overlaying | 0 - 1 |
OLUnderline | Flag for underlining text when overlaying | 0 - 1 |
OLOutline | Flag for making text outlined when overlaying | 0 - 1 |
OLShadow | Flag for making text shadowed when overlaying | 0 - 1 |
OLCondense | Flag for making text condensed when overlaying | 0 - 1 |
OLExtended | Flag for making text extended when overlaying | 0 - 1 |
OLHorizontal | Horizontal coordinate for starting text overlay | |
OLVertical | Vertical coordinate for starting text overlay | Bottom of characters of first line of text |
OLWidth | Width of rectange to overlay text into | Height is automatically calculated based on text length |